home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / applications / gnuplot-3.1bin.readme < prev    next >
Text File  |  1995-03-17  |  4KB  |  106 lines

  1. 7 Feb 92 - OK people...sorry for the buggy 68881 version.  This is
  2. Gnuplot 3.1 compiled with Aztec 5.2a.  It has been reported to be
  3. stable for the 68881 version.  I've turned on stack checking 'cuz this
  4. thing can get stack hungry.  Mail problems to black@beno.css.gov.
  5. This .lzh also contains the complete docs/gnuplot.gih file.
  6.  
  7.  
  8. SOME NOTES ON GNUPLOT ON THE AMIGA ...
  9. Additions by Michael D. Black with new terminal driver
  10.  
  11.  
  12. Environment Variables:
  13.  
  14.    GNUXMAX   This will define the width of the screen "setenv XMAX 640".
  15.    GNUYMAX   This will define the height of the screen "setenv YMAX 400".
  16.    GNUCOLORS This will set the colors used on the screen. These are eight
  17.              hexadecimal digits (0-F) representing the intensity of the
  18.              red, green, and blue components of the color.
  19.              'setenv "GNUCOLORS=88a 000 00b b00 0b0 f90 fff f0f"'.
  20.    GNUFONT   You can say "setenv GNUFONT <Fontname>/<Pointsize>" to get the font
  21.              of your liking on the screen, e.g. "setenv GNUFONT sapphire/14".
  22.              Otherwise gnuplot will select the default-font you chose with
  23.              "Preferences".
  24.  
  25.    GNUHELP   Allows you to define a pathname for the GNUPlot help file.  For
  26.              example, "setenv GNUHELP TEX:gnuplot.gih"
  27.  
  28.    GNUPLOT   Your current directory is searched for the file ".gnuplot".
  29.              If you say "setenv GNUPLOT <Path>" (without the filename!)
  30.              GNUPlot will look for it there.
  31.  
  32.    GNUTERM   You can define a default driver with "setenv GNUTERM <driver>".
  33.              A good choice is "setenv GNUTERM amiga" :^)
  34.  
  35.    SHELL     If you don't like "NewShell" as your shell, you can say
  36.              "setenv SHELL <Shell>".
  37.  
  38.  
  39. Stack Size:
  40.  
  41.    Set your stack to at least 20000 and you'll be fine (I hope).
  42.    If you're using the integral feature, a stack size of at least 70000
  43.    is necessary (at least it is for "bivariat.demo" to execute).
  44.  
  45.  
  46.  
  47. --------------------------   LATTICE C VERSION   ------------------------------
  48.  
  49.  
  50. Default paths/directories:
  51.  
  52.    Gnuplot looks for the file "gnuplot.gih" in your "S:"-directory unless you
  53.    specify the full pathname including the filename via "setenv GNUHELP".
  54.  
  55.  
  56. Bugs/deficiencies:
  57.  
  58.    The SAS/C 5.1 library routine [fs]scanf will not correctly handle
  59.    format-strings like "%[^\n]s". Maybe this will be fixed by SAS in future
  60.    versions.
  61.  
  62.    When using "%g" as format-string, SAS/C 5.1 [fs]printf will incorrectly
  63.    output "0" as "0.". This looks rather ugly as a axis-label.
  64.  
  65.  
  66. SAS/C 5.1 bugs:
  67.  
  68.    SAS/C 5.1 [fs]scanf will count parameters overread with the "%*s" format-
  69.    string as properly matched. I included a fix for this by counting the
  70.    "%*"-sequences in the given format-string. Therfore the "*" must immediately
  71.    follow the "%" (I don't know if it's legal to put something in-between
  72.    these two characters anyway...).
  73.  
  74.    If you start a shell via the gnuplot "shell"-command you won't be able to
  75.    close your CLI/Shell again. This is probably due to an error in the
  76.    SAS/C "system"-call.
  77.  
  78.    "isatty(fileno(stdin))" did not work correctly. A fix is included.
  79.  
  80.    SAS/C does not seem to handle float-parameters in function-calls and
  81.    -declarations correctly. (This cost me at least 2 hours to figure out >:-( ).
  82.    See the latex- and eepic-drivers for details.
  83.  
  84.  
  85.  
  86.  
  87. ---------------------------   AZTEC C VERSION   -------------------------------
  88.  
  89.  
  90. Default paths/directories:
  91.  
  92.    GNUPlot looks for the "gnuplot.gih" file in "GNUPLOT:docs/gnuplot.gih" if
  93.    GNUHELP is not defined.   This is defined in the makefile (makefile.ami).
  94.  
  95.  
  96. Terminal Drivers:
  97.  
  98.    The Aztec C version can now use the "amiga.trm" driver written by
  99.    Carsten Steger.  Under KS/WB 2.0, a custom screen will be used with a size
  100.    specified by the Prefs/Overscan program.
  101.  
  102.    This version has another terminal driver by Michael Black which behaves
  103.    somewhat differently (I like to think better) than Steger's version.
  104.    It only opens the screen when a plot is active, allows you to specify
  105.    the size of the screen and the colors also.  Comments on this can
  106.    be sent to black@beno.css.gov.